projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae6ed0a
)
(sh-alias-alist): Use gnu/linux, not lignux.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 28 Aug 1996 20:09:51 +0000
(20:09 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 28 Aug 1996 20:09:51 +0000
(20:09 +0000)
lisp/progmodes/sh-script.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/sh-script.el
b/lisp/progmodes/sh-script.el
index fbcdf5c8dbc9507f8df66fed4f7182d3b53dd455..3cc905bd9fe451a0c4e021cd96923b86d5bf0d3a 100644
(file)
--- a/
lisp/progmodes/sh-script.el
+++ b/
lisp/progmodes/sh-script.el
@@
-90,7
+90,7
@@
sh Bourne Shell
(defvar sh-alias-alist
- (nconc (if (eq system-type '
lig
nux)
+ (nconc (if (eq system-type '
gnu/li
nux)
'((csh . tcsh)
(ksh . pdksh)))
;; for the time being